Item Property (PagesCollection<T>)
Returns a
Page object at specified index in the collection.
public this[
int
]; {get;}
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As
Parameters
- index
- The index.
Property Value
An instanse of the
Page class.